home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ply15dat.zip / TBLOB.PI < prev    next >
Text File  |  1992-09-19  |  597b  |  29 lines

  1. viewpoint {
  2.    from <0, 3, -6>
  3.    at <0,0,0>
  4.    up <0,1,0>
  5.    angle 30
  6.    resolution 256, 256
  7.    aspect 1
  8.    }
  9. background SkyBlue
  10. light <-15,30,-25>
  11. include "../colors.inc"
  12.  
  13. object {
  14.    blob 0.6:
  15.       1.0, 1.0, <0.75, 0, 0>,
  16.       1.0, 1.0, <0.75*cos(radians(120)), 0.75*sin(radians(120)), 0>,
  17.       1.0, 1.0, <0.75*cos(radians(240)), 0.75*sin(radians(240)), 0>
  18.    root_solver Sturm
  19.    glass
  20.    rotate <0,30,0>
  21.    }
  22.  
  23. // Create a ground plane
  24. object {
  25.    disc <0, -0.001, 0>, <0, 1, 0>, 1000
  26.    texture { checker matte_white, matte_black }
  27.    translate <0,-2.5,0>
  28.    }
  29.